Vcenter Lcm Deployment Repository Spec

Vcenter Lcm Deployment Repository Spec
Vcenter Lcm Deployment Repository Spec

The Vcenter Lcm Deployment Repository Spec schema contains the repository configuration parameters.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "address": "string",
    "username": "string",
    "password": "string",
    "ssl_verify": false,
    "certificate": "string"
}
string As uri As uri
address
Required

The address of the repository.

This property was added in vSphere API 9.0.0.0.

string
username
Optional

The username used to authenticate with the repository,

This property was added in vSphere API 9.0.0.0.

Only set, when the repository requires authentication.

string As password As password
password
Optional

The password used to authenticate with the repository,

This property was added in vSphere API 9.0.0.0.

Only set, when the repository requires authentication.

boolean
ssl_verify
Optional

A flag to indicate whether SSL verification is required for the Repository location.

This property was added in vSphere API 9.1.0.0.

If missing or null defaults to True

string
certificate
Optional

Certificate to verify the SSL Repository location. The value should be the x509 leaf certificate encoded in PEM format.

  • If ssl_verify is true and this field is omitted, a CA based validation will be used.
  • If ssl_verify is true and this field is provided, it will be used for SSL validation.

This property was added in vSphere API 9.1.0.0.

If set will be used for SSL validation.